Html Css Color HEX #375AFC Neon Blue

📋 copy color: '#375AFC'

red 55 ◦ green 90 ◦ blue 252

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

Shades of Neon Blue #375AFC

Tints of Neon Blue #375AFC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.67%

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

R = 13.85%
G = 22.67%
B = 63.48%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#375AFC (or 0x375AFC) is known color: Neon Blue. HEX triplet: 37, 5A and FC. RGB value is (55,90,252). Sum of RGB (Red+Green+Blue) = 55+90+252=397 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.85% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #375AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375AFC is #C8A503. Grayscale: #616161. Windows color (decimal): -13149444 or 16538167. OLE color: 16538167.

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

Color convert

RGB 55 90 252 -
CMYK 0.78 0.64 0 0.01
HSL 229.34º 0.97% 0.6% -
HSV(B) 229.34º 0.78% 0.99% -
XYZ 22.8 15.15 93.82 -
YUV 98 214.9 97.33 -
System Red Green Blue C M Y K H S L
Decimal 55 90 252 0.78 0.64 0 0.01 229.34 0.97 0.6
Hex 37 5A FC 4E 40 0 1 E5 61 3C
Octal 67 132 374 116 100 0 1 345 141 74
Binary 110111 1011010 11111100 1001110 1000000 0 1 11100101 1100001 111100

Color Harmonies of #375AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375AFC

Black with #375AFC

Text Example


Text Example

White with #375AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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