Html Css Color HEX #375BFF Neon Blue

📋 copy color: '#375BFF'

red 55 ◦ green 91 ◦ blue 255

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

Shades of Neon Blue #375BFF

Tints of Neon Blue #375BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.69%

 BLUE value IS 255 (100% from 255) = 63.59%

R = 13.72%
G = 22.69%
B = 63.59%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#375BFF (or 0x375BFF) is known color: Neon Blue. HEX triplet: 37, 5B and FF. RGB value is (55,91,255). Sum of RGB (Red+Green+Blue) = 55+91+255=401 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.72% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #375BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375BFF is #C8A400. Grayscale: #626262. Windows color (decimal): -13149185 or 16735031. OLE color: 16735031.

HSL color Cylindrical-coordinate representation of color #375BFF: hue angle of 229.2º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #375BFF is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 55 91 255 -
CMYK 0.78 0.64 0 0
HSL 229.2º 1% 0.61% -
HSV(B) 229.2º 0.78% 1% -
XYZ 23.37 15.51 96.37 -
YUV 98.93 216.07 96.66 -
System Red Green Blue C M Y K H S L
Decimal 55 91 255 0.78 0.64 0 0 229.2 1 0.61
Hex 37 5B FF 4E 40 0 0 E5 64 3D
Octal 67 133 377 116 100 0 0 345 144 75
Binary 110111 1011011 11111111 1001110 1000000 0 0 11100101 1100100 111101

Color Harmonies of #375BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375BFF

Black with #375BFF

Text Example


Text Example

White with #375BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,91,255); }

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

background-color css

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

 a { background-color: rgb(55,91,255); }

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

border-color css

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

 span { border-color: rgb(55,91,255); }

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