#373DFD

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

Shades of Neon Blue #373DFD

Tints of Neon Blue #373DFD

Color information

#373DFD (or 0x373DFD) is unknown color: approx Neon Blue. HEX triplet: 37, 3D and FD. RGB value is (55,61,253). Sum of RGB (Red+Green+Blue) = 55+61+253=369 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.91% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #373DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373DFD is #C8C202. Grayscale: #505050. Windows color (decimal): -13156867 or 16596279. OLE color: 16596279.

HSL color Cylindrical-coordinate representation of color #373DFD: hue angle of 238.18º 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 #373DFD is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5561253-
CMYK0.780.7600.01
HSL238.18º98.02%60.39%-
HSV(B)238.18º78.26%99.22%-
XYZ20.9711.2493.99-
YUV81.09225.01109.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.91%
GREEN value IS 61 (24.22% from 255) = 16.53%
BLUE value IS 253 (99.22% from 255) = 68.56%
R=14.91%
G=16.53%
B=68.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal55612530.780.7600.01238.1898.0260.39
Hex373DFD4E4C01ee623c
Octal67753751161140135614274
Binary110111111101111111011001110100110001111011101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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