Html Css Color HEX #373DF2 Neon Blue

📋 copy color: '#373DF2'

red 55 ◦ green 61 ◦ blue 242

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

Shades of Neon Blue #373DF2

Tints of Neon Blue #373DF2

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.04%

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

R = 15.36%
G = 17.04%
B = 67.6%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#373DF2 (or 0x373DF2) is known color: Neon Blue. HEX triplet: 37, 3D and F2. RGB value is (55,61,242). Sum of RGB (Red+Green+Blue) = 55+61+242=358 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.36% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 242 (94.92% from 255 or 67.60% from 358); Max value from RGB is 242 - color contains mainly: blue. Hex color #373DF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373DF2 is #C8C20D. Grayscale: #4F4F4F. Windows color (decimal): -13156878 or 15875383. OLE color: 15875383.

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

Color convert

RGB 55 61 242 -
CMYK 0.77 0.75 0 0.05
HSL 238.07º 0.88% 0.58% -
HSV(B) 238.07º 0.77% 0.95% -
XYZ 19.27 10.56 85.03 -
YUV 79.84 219.51 110.28 -
System Red Green Blue C M Y K H S L
Decimal 55 61 242 0.77 0.75 0 0.05 238.07 0.88 0.58
Hex 37 3D F2 4D 4B 0 5 EE 58 3A
Octal 67 75 362 115 113 0 5 356 130 72
Binary 110111 111101 11110010 1001101 1001011 0 101 11101110 1011000 111010

Color Harmonies of #373DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373DF2

Black with #373DF2

Text Example


Text Example

White with #373DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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