Html Css Color HEX #373FF0 Neon Blue

📋 copy color: '#373FF0'

red 55 ◦ green 63 ◦ blue 240

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

Shades of Neon Blue #373FF0

Tints of Neon Blue #373FF0

RGB

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

 GREEN value IS 63 (25% from 255) = 17.6%

 BLUE value IS 240 (94.14% from 255) = 67.04%

R = 15.36%
G = 17.6%
B = 67.04%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#373FF0 (or 0x373FF0) is known color: Neon Blue. HEX triplet: 37, 3F and F0. RGB value is (55,63,240). Sum of RGB (Red+Green+Blue) = 55+63+240=358 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.36% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 240 (94.14% from 255 or 67.04% from 358); Max value from RGB is 240 - color contains mainly: blue. Hex color #373FF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373FF0 is #C8C00F. Grayscale: #505050. Windows color (decimal): -13156368 or 15744823. OLE color: 15744823.

HSL color Cylindrical-coordinate representation of color #373FF0: hue angle of 237.41º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #373FF0 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 55 63 240 -
CMYK 0.77 0.74 0 0.06
HSL 237.41º 0.86% 0.58% -
HSV(B) 237.41º 0.77% 0.94% -
XYZ 19.08 10.66 83.49 -
YUV 80.79 217.85 109.61 -
System Red Green Blue C M Y K H S L
Decimal 55 63 240 0.77 0.74 0 0.06 237.41 0.86 0.58
Hex 37 3F F0 4D 4A 0 6 ED 56 3A
Octal 67 77 360 115 112 0 6 355 126 72
Binary 110111 111111 11110000 1001101 1001010 0 110 11101101 1010110 111010

Color Harmonies of #373FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373FF0

Black with #373FF0

Text Example


Text Example

White with #373FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,63,240); }

 H1.HeaderClassName
 {
   color: #373FF0;
 }
 .AnyTagClassName
 {
   color: #373FF0;
 }
</style>

background-color css

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

 a { background-color: rgb(55,63,240); }

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

border-color css

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

 span { border-color: rgb(55,63,240); }

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