Html Css Color HEX #373DFF Neon Blue

📋 copy color: '#373DFF'

red 55 ◦ green 61 ◦ blue 255

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

Shades of Neon Blue #373DFF

Tints of Neon Blue #373DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68.73%

R = 14.82%
G = 16.44%
B = 68.73%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#373DFF (or 0x373DFF) is known color: Neon Blue. HEX triplet: 37, 3D and FF. RGB value is (55,61,255). Sum of RGB (Red+Green+Blue) = 55+61+255=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #373DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373DFF is #C8C200. Grayscale: #505050. Windows color (decimal): -13156865 or 16727351. OLE color: 16727351.

HSL color Cylindrical-coordinate representation of color #373DFF: hue angle of 238.2º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #373DFF is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 55 61 255 -
CMYK 0.78 0.76 0 0
HSL 238.2º 1% 0.61% -
HSV(B) 238.2º 0.78% 1% -
XYZ 21.29 11.37 95.68 -
YUV 81.32 226.01 109.23 -
System Red Green Blue C M Y K H S L
Decimal 55 61 255 0.78 0.76 0 0 238.2 1 0.61
Hex 37 3D FF 4E 4C 0 0 EE 64 3D
Octal 67 75 377 116 114 0 0 356 144 75
Binary 110111 111101 11111111 1001110 1001100 0 0 11101110 1100100 111101

Color Harmonies of #373DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373DFF

Black with #373DFF

Text Example


Text Example

White with #373DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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