Html Css Color HEX #372FF2 Neon Blue

📋 copy color: '#372FF2'

red 55 ◦ green 47 ◦ blue 242

#372FF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #372FF2

Tints of Neon Blue #372FF2

RGB

 RED value IS 55 (21.88% from 255) = 15.99%

 GREEN value IS 47 (18.75% from 255) = 13.66%

 BLUE value IS 242 (94.92% from 255) = 70.35%

R = 15.99%
G = 13.66%
B = 70.35%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#372FF2 (or 0x372FF2) is known color: Neon Blue. HEX triplet: 37, 2F and F2. RGB value is (55,47,242). Sum of RGB (Red+Green+Blue) = 55+47+242=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 47 (18.75% from 255 or 13.66% from 344); Blue value is 242 (94.92% from 255 or 70.35% from 344); Max value from RGB is 242 - color contains mainly: blue. Hex color #372FF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372FF2 is #C8D00D. Grayscale: #464646. Windows color (decimal): -13160462 or 15871799. OLE color: 15871799.

HSL color Cylindrical-coordinate representation of color #372FF2: hue angle of 242.46º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #372FF2 is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 55 47 242 -
CMYK 0.77 0.81 0 0.05
HSL 242.46º 0.88% 0.57% -
HSV(B) 242.46º 0.81% 0.95% -
XYZ 18.62 9.26 84.81 -
YUV 71.62 224.15 116.14 -
System Red Green Blue C M Y K H S L
Decimal 55 47 242 0.77 0.81 0 0.05 242.46 0.88 0.57
Hex 37 2F F2 4D 51 0 5 F2 58 39
Octal 67 57 362 115 121 0 5 362 130 71
Binary 110111 101111 11110010 1001101 1010001 0 101 11110010 1011000 111001

Color Harmonies of #372FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372FF2

Black with #372FF2

Text Example


Text Example

White with #372FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372FF2; }

 p { color: rgb(55,47,242); }

 H1.HeaderClassName
 {
   color: #372FF2;
 }
 .AnyTagClassName
 {
   color: #372FF2;
 }
</style>

background-color css

<style>
 a { background-color: #372FF2; }

 a { background-color: rgb(55,47,242); }

 div.DivClassName
 {
   background-color: #372FF2;
 }
 .BgClassName
 {
   background-color: #372FF2;
 }
</style>

border-color css

<style>
 span { border-color: #372FF2; }

 span { border-color: rgb(55,47,242); }

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