Html Css Color HEX #375CFE Neon Blue

📋 copy color: '#375CFE'

red 55 ◦ green 92 ◦ blue 254

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

Shades of Neon Blue #375CFE

Tints of Neon Blue #375CFE

RGB

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

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

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

R = 13.72%
G = 22.94%
B = 63.34%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#375CFE (or 0x375CFE) is known color: Neon Blue. HEX triplet: 37, 5C and FE. RGB value is (55,92,254). Sum of RGB (Red+Green+Blue) = 55+92+254=401 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.72% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #375CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375CFE is #C8A301. Grayscale: #626262. Windows color (decimal): -13148930 or 16669751. OLE color: 16669751.

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

Color convert

RGB 55 92 254 -
CMYK 0.78 0.64 0 0.00
HSL 228.84º 0.99% 0.61% -
HSV(B) 228.84º 0.78% 1% -
XYZ 23.29 15.62 95.55 -
YUV 99.41 215.24 96.33 -
System Red Green Blue C M Y K H S L
Decimal 55 92 254 0.78 0.64 0 0.00 228.84 0.99 0.61
Hex 37 5C FE 4E 40 0 0 E5 63 3D
Octal 67 134 376 116 100 0 0 345 143 75
Binary 110111 1011100 11111110 1001110 1000000 0 0 11100101 1100011 111101

Color Harmonies of #375CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375CFE

Black with #375CFE

Text Example


Text Example

White with #375CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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