Html Css Color HEX #375CFC Neon Blue

📋 copy color: '#375CFC'

red 55 ◦ green 92 ◦ blue 252

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

Shades of Neon Blue #375CFC

Tints of Neon Blue #375CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.06%

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

R = 13.78%
G = 23.06%
B = 63.16%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#375CFC (or 0x375CFC) is known color: Neon Blue. HEX triplet: 37, 5C and FC. RGB value is (55,92,252). Sum of RGB (Red+Green+Blue) = 55+92+252=399 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.78% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #375CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375CFC is #C8A303. Grayscale: #626262. Windows color (decimal): -13148932 or 16538679. OLE color: 16538679.

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

Color convert

RGB 55 92 252 -
CMYK 0.78 0.63 0 0.01
HSL 228.73º 0.97% 0.6% -
HSV(B) 228.73º 0.78% 0.99% -
XYZ 22.97 15.49 93.88 -
YUV 99.18 214.24 96.49 -
System Red Green Blue C M Y K H S L
Decimal 55 92 252 0.78 0.63 0 0.01 228.73 0.97 0.6
Hex 37 5C FC 4E 3F 0 1 E5 61 3C
Octal 67 134 374 116 77 0 1 345 141 74
Binary 110111 1011100 11111100 1001110 111111 0 1 11100101 1100001 111100

Color Harmonies of #375CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375CFC

Black with #375CFC

Text Example


Text Example

White with #375CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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