Html Css Color HEX #375AFF Neon Blue

📋 copy color: '#375AFF'

red 55 ◦ green 90 ◦ blue 255

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

Shades of Neon Blue #375AFF

Tints of Neon Blue #375AFF

RGB

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

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

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

R = 13.75%
G = 22.5%
B = 63.75%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#375AFF (or 0x375AFF) is known color: Neon Blue. HEX triplet: 37, 5A and FF. RGB value is (55,90,255). Sum of RGB (Red+Green+Blue) = 55+90+255=400 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.75% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #375AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375AFF is #C8A500. Grayscale: #616161. Windows color (decimal): -13149441 or 16734775. OLE color: 16734775.

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

Color convert

RGB 55 90 255 -
CMYK 0.78 0.65 0 0
HSL 229.5º 1% 0.61% -
HSV(B) 229.5º 0.78% 1% -
XYZ 23.28 15.34 96.34 -
YUV 98.35 216.4 97.08 -
System Red Green Blue C M Y K H S L
Decimal 55 90 255 0.78 0.65 0 0 229.5 1 0.61
Hex 37 5A FF 4E 41 0 0 E6 64 3D
Octal 67 132 377 116 101 0 0 346 144 75
Binary 110111 1011010 11111111 1001110 1000001 0 0 11100110 1100100 111101

Color Harmonies of #375AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375AFF

Black with #375AFF

Text Example


Text Example

White with #375AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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