Html Css Color HEX #373AFC Neon Blue

📋 copy color: '#373AFC'

red 55 ◦ green 58 ◦ blue 252

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

Shades of Neon Blue #373AFC

Tints of Neon Blue #373AFC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.89%

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

R = 15.07%
G = 15.89%
B = 69.04%

CMYK

 C value IS 0.78

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#373AFC (or 0x373AFC) is known color: Neon Blue. HEX triplet: 37, 3A and FC. RGB value is (55,58,252). Sum of RGB (Red+Green+Blue) = 55+58+252=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #373AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373AFC is #C8C503. Grayscale: #4E4E4E. Windows color (decimal): -13157636 or 16529975. OLE color: 16529975.

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

Color convert

RGB 55 58 252 -
CMYK 0.78 0.77 0 0.01
HSL 239.09º 0.97% 0.6% -
HSV(B) 239.09º 0.78% 0.99% -
XYZ 20.66 10.87 93.1 -
YUV 79.22 225.51 110.73 -
System Red Green Blue C M Y K H S L
Decimal 55 58 252 0.78 0.77 0 0.01 239.09 0.97 0.6
Hex 37 3A FC 4E 4D 0 1 EF 61 3C
Octal 67 72 374 116 115 0 1 357 141 74
Binary 110111 111010 11111100 1001110 1001101 0 1 11101111 1100001 111100

Color Harmonies of #373AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373AFC

Black with #373AFC

Text Example


Text Example

White with #373AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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