Html Css Color HEX #372FEB Neon Blue

📋 copy color: '#372FEB'

red 55 ◦ green 47 ◦ blue 235

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

Shades of Neon Blue #372FEB

Tints of Neon Blue #372FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 69.73%

R = 16.32%
G = 13.95%
B = 69.73%

CMYK

 C value IS 0.77

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#372FEB (or 0x372FEB) is known color: Neon Blue. HEX triplet: 37, 2F and EB. RGB value is (55,47,235). Sum of RGB (Red+Green+Blue) = 55+47+235=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 235 (92.19% from 255 or 69.73% from 337); Max value from RGB is 235 - color contains mainly: blue. Hex color #372FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372FEB is #C8D014. Grayscale: #464646. Windows color (decimal): -13160469 or 15413047. OLE color: 15413047.

HSL color Cylindrical-coordinate representation of color #372FEB: hue angle of 242.55º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #372FEB is Cyan = 0.77, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 47 235 -
CMYK 0.77 0.8 0 0.08
HSL 242.55º 0.82% 0.55% -
HSV(B) 242.55º 0.8% 0.92% -
XYZ 17.59 8.84 79.38 -
YUV 70.82 220.65 116.71 -
System Red Green Blue C M Y K H S L
Decimal 55 47 235 0.77 0.8 0 0.08 242.55 0.82 0.55
Hex 37 2F EB 4D 50 0 8 F3 52 37
Octal 67 57 353 115 120 0 10 363 122 67
Binary 110111 101111 11101011 1001101 1010000 0 1000 11110011 1010010 110111

Color Harmonies of #372FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372FEB

Black with #372FEB

Text Example


Text Example

White with #372FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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