Html Css Color HEX #372FED Neon Blue

📋 copy color: '#372FED'

red 55 ◦ green 47 ◦ blue 237

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

Shades of Neon Blue #372FED

Tints of Neon Blue #372FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 69.91%

R = 16.22%
G = 13.86%
B = 69.91%

CMYK

 C value IS 0.77

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#372FED (or 0x372FED) is known color: Neon Blue. HEX triplet: 37, 2F and ED. RGB value is (55,47,237). Sum of RGB (Red+Green+Blue) = 55+47+237=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 237 (92.97% from 255 or 69.91% from 339); Max value from RGB is 237 - color contains mainly: blue. Hex color #372FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372FED is #C8D012. Grayscale: #464646. Windows color (decimal): -13160467 or 15544119. OLE color: 15544119.

HSL color Cylindrical-coordinate representation of color #372FED: hue angle of 242.53º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #372FED is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 47 237 -
CMYK 0.77 0.80 0 0.07
HSL 242.53º 0.84% 0.56% -
HSV(B) 242.53º 0.8% 0.93% -
XYZ 17.88 8.96 80.91 -
YUV 71.05 221.65 116.55 -
System Red Green Blue C M Y K H S L
Decimal 55 47 237 0.77 0.80 0 0.07 242.53 0.84 0.56
Hex 37 2F ED 4D 50 0 7 F3 54 38
Octal 67 57 355 115 120 0 7 363 124 70
Binary 110111 101111 11101101 1001101 1010000 0 111 11110011 1010100 111000

Color Harmonies of #372FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372FED

Black with #372FED

Text Example


Text Example

White with #372FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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