Html Css Color HEX #373CF0 Neon Blue

📋 copy color: '#373CF0'

red 55 ◦ green 60 ◦ blue 240

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

Shades of Neon Blue #373CF0

Tints of Neon Blue #373CF0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.9%

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

R = 15.49%
G = 16.9%
B = 67.61%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#373CF0 (or 0x373CF0) is known color: Neon Blue. HEX triplet: 37, 3C and F0. RGB value is (55,60,240). Sum of RGB (Red+Green+Blue) = 55+60+240=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 240 (94.14% from 255 or 67.61% from 355); Max value from RGB is 240 - color contains mainly: blue. Hex color #373CF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373CF0 is #C8C30F. Grayscale: #4E4E4E. Windows color (decimal): -13157136 or 15744055. OLE color: 15744055.

HSL color Cylindrical-coordinate representation of color #373CF0: hue angle of 238.38º 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 #373CF0 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 55 60 240 -
CMYK 0.77 0.75 0 0.06
HSL 238.38º 0.86% 0.58% -
HSV(B) 238.38º 0.77% 0.94% -
XYZ 18.92 10.34 83.44 -
YUV 79.03 218.84 110.86 -
System Red Green Blue C M Y K H S L
Decimal 55 60 240 0.77 0.75 0 0.06 238.38 0.86 0.58
Hex 37 3C F0 4D 4B 0 6 EE 56 3A
Octal 67 74 360 115 113 0 6 356 126 72
Binary 110111 111100 11110000 1001101 1001011 0 110 11101110 1010110 111010

Color Harmonies of #373CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373CF0

Black with #373CF0

Text Example


Text Example

White with #373CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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