Html Css Color HEX #375AFE Neon Blue

📋 copy color: '#375AFE'

red 55 ◦ green 90 ◦ blue 254

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

Shades of Neon Blue #375AFE

Tints of Neon Blue #375AFE

RGB

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

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

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

R = 13.78%
G = 22.56%
B = 63.66%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#375AFE (or 0x375AFE) is known color: Neon Blue. HEX triplet: 37, 5A and FE. RGB value is (55,90,254). Sum of RGB (Red+Green+Blue) = 55+90+254=399 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.78% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #375AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375AFE is #C8A501. Grayscale: #616161. Windows color (decimal): -13149442 or 16669239. OLE color: 16669239.

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

Color convert

RGB 55 90 254 -
CMYK 0.78 0.65 0 0.00
HSL 229.45º 0.99% 0.61% -
HSV(B) 229.45º 0.78% 1% -
XYZ 23.12 15.28 95.5 -
YUV 98.23 215.9 97.16 -
System Red Green Blue C M Y K H S L
Decimal 55 90 254 0.78 0.65 0 0.00 229.45 0.99 0.61
Hex 37 5A FE 4E 41 0 0 E5 63 3D
Octal 67 132 376 116 101 0 0 345 143 75
Binary 110111 1011010 11111110 1001110 1000001 0 0 11100101 1100011 111101

Color Harmonies of #375AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375AFE

Black with #375AFE

Text Example


Text Example

White with #375AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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