Html Css Color HEX #373DFC Neon Blue

📋 copy color: '#373DFC'

red 55 ◦ green 61 ◦ blue 252

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

Shades of Neon Blue #373DFC

Tints of Neon Blue #373DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 68.48%

R = 14.95%
G = 16.58%
B = 68.48%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#373DFC (or 0x373DFC) is known color: Neon Blue. HEX triplet: 37, 3D and FC. RGB value is (55,61,252). Sum of RGB (Red+Green+Blue) = 55+61+252=368 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.95% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #373DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373DFC is #C8C203. Grayscale: #505050. Windows color (decimal): -13156868 or 16530743. OLE color: 16530743.

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

Color convert

RGB 55 61 252 -
CMYK 0.78 0.76 0 0.01
HSL 238.17º 0.97% 0.6% -
HSV(B) 238.17º 0.78% 0.99% -
XYZ 20.81 11.18 93.16 -
YUV 80.98 224.51 109.47 -
System Red Green Blue C M Y K H S L
Decimal 55 61 252 0.78 0.76 0 0.01 238.17 0.97 0.6
Hex 37 3D FC 4E 4C 0 1 EE 61 3C
Octal 67 75 374 116 114 0 1 356 141 74
Binary 110111 111101 11111100 1001110 1001100 0 1 11101110 1100001 111100

Color Harmonies of #373DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373DFC

Black with #373DFC

Text Example


Text Example

White with #373DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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