Html Css Color HEX #375AFA Neon Blue

📋 copy color: '#375AFA'

red 55 ◦ green 90 ◦ blue 250

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

Shades of Neon Blue #375AFA

Tints of Neon Blue #375AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.29%

R = 13.92%
G = 22.78%
B = 63.29%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#375AFA (or 0x375AFA) is known color: Neon Blue. HEX triplet: 37, 5A and FA. RGB value is (55,90,250). Sum of RGB (Red+Green+Blue) = 55+90+250=395 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.92% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #375AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375AFA is #C8A505. Grayscale: #616161. Windows color (decimal): -13149446 or 16407095. OLE color: 16407095.

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

Color convert

RGB 55 90 250 -
CMYK 0.78 0.64 0 0.02
HSL 229.23º 0.95% 0.6% -
HSV(B) 229.23º 0.78% 0.98% -
XYZ 22.49 15.03 92.16 -
YUV 97.78 213.9 97.49 -
System Red Green Blue C M Y K H S L
Decimal 55 90 250 0.78 0.64 0 0.02 229.23 0.95 0.6
Hex 37 5A FA 4E 40 0 2 E5 5F 3C
Octal 67 132 372 116 100 0 2 345 137 74
Binary 110111 1011010 11111010 1001110 1000000 0 10 11100101 1011111 111100

Color Harmonies of #375AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375AFA

Black with #375AFA

Text Example


Text Example

White with #375AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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