#1937FD

Color #1937FD Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #1937FD

Tints of Neon Blue #1937FD

Color information

#1937FD (or 0x1937FD) is unknown color: approx Neon Blue. HEX triplet: 19, 37 and FD. RGB value is (25,55,253). Sum of RGB (Red+Green+Blue) = 25+55+253=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 253 (99.22% from 255 or 75.98% from 333); Max value from RGB is 253 - color contains mainly: blue. Hex color #1937FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1937FD is #E6C802. Grayscale: #434343. Windows color (decimal): -15124483 or 16594713. OLE color: 16594713.

HSL color Cylindrical-coordinate representation of color #1937FD: hue angle of 232.11º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1937FD is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB2555253-
CMYK0.900.7800.01
HSL232.11º98.28%54.51%-
HSV(B)232.11º90.12%99.22%-
XYZ19.510.0393.84-
YUV68.6232.0696.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 7.51%
GREEN value IS 55 (21.88% from 255) = 16.52%
BLUE value IS 253 (99.22% from 255) = 75.98%
R=7.51%
G=16.52%
B=75.98%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25552530.900.7800.01232.1198.2854.51
Hex1937FD5A4E01e86237
Octal31673751321160135014267
Binary11001110111111111011011010100111001111010001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1937FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1937FD; }

 p { color: rgb(25,55,253); }

 H1.HeaderClassName
 {
   color: #1937FD;
 }
 .AnyTagClassName
 {
   color: #1937FD;
 }
</style>
background-color css

<style>
 a { background-color: #1937FD; }

 a { background-color: rgb(25,55,253); }

 div.DivClassName
 {
   background-color: #1937FD;
 }
 .BgClassName
 {
   background-color: #1937FD;
 }
</style>
border-color css

<style>
 span { border-color: #1937FD; }

 span { border-color: rgb(25,55,253); }

 td.TdClassName
 {
   border-color: #1937FD;
 }
 .TagClassName
 {
   border-color: #1937FD;
 }
</style>