#373EFD

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

Shades of Neon Blue #373EFD

Tints of Neon Blue #373EFD

Color information

#373EFD (or 0x373EFD) is unknown color: approx Neon Blue. HEX triplet: 37, 3E and FD. RGB value is (55,62,253). Sum of RGB (Red+Green+Blue) = 55+62+253=370 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.86% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 253 (99.22% from 255 or 68.38% from 370); Max value from RGB is 253 - color contains mainly: blue. Hex color #373EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373EFD is #C8C102. Grayscale: #505050. Windows color (decimal): -13156611 or 16596535. OLE color: 16596535.

HSL color Cylindrical-coordinate representation of color #373EFD: hue angle of 237.88º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #373EFD is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5562253-
CMYK0.780.7500.01
HSL237.88º98.02%60.39%-
HSV(B)237.88º78.26%99.22%-
XYZ21.0311.3594.01-
YUV81.68224.68108.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.86%
GREEN value IS 62 (24.61% from 255) = 16.76%
BLUE value IS 253 (99.22% from 255) = 68.38%
R=14.86%
G=16.76%
B=68.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal55622530.780.7500.01237.8898.0260.39
Hex373EFD4E4B01ee623c
Octal67763751161130135614274
Binary110111111110111111011001110100101101111011101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373EFD; }

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

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

<style>
 a { background-color: #373EFD; }

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

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

<style>
 span { border-color: #373EFD; }

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

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