Html Css Color HEX #373DFE Neon Blue

📋 copy color: '#373DFE'

red 55 ◦ green 61 ◦ blue 254

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

Shades of Neon Blue #373DFE

Tints of Neon Blue #373DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 68.65%

R = 14.86%
G = 16.49%
B = 68.65%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#373DFE (or 0x373DFE) is known color: Neon Blue. HEX triplet: 37, 3D and FE. RGB value is (55,61,254). Sum of RGB (Red+Green+Blue) = 55+61+254=370 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.86% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #373DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373DFE is #C8C201. Grayscale: #505050. Windows color (decimal): -13156866 or 16661815. OLE color: 16661815.

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

Color convert

RGB 55 61 254 -
CMYK 0.78 0.76 0 0.00
HSL 238.19º 0.99% 0.61% -
HSV(B) 238.19º 0.78% 1% -
XYZ 21.13 11.31 94.83 -
YUV 81.21 225.51 109.31 -
System Red Green Blue C M Y K H S L
Decimal 55 61 254 0.78 0.76 0 0.00 238.19 0.99 0.61
Hex 37 3D FE 4E 4C 0 0 EE 63 3D
Octal 67 75 376 116 114 0 0 356 143 75
Binary 110111 111101 11111110 1001110 1001100 0 0 11101110 1100011 111101

Color Harmonies of #373DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373DFE

Black with #373DFE

Text Example


Text Example

White with #373DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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