Html Css Color HEX #3531FF Neon Blue

📋 copy color: '#3531FF'

red 53 ◦ green 49 ◦ blue 255

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

Shades of Neon Blue #3531FF

Tints of Neon Blue #3531FF

RGB

 RED value IS 53 (21.09% from 255) = 14.85%

 GREEN value IS 49 (19.53% from 255) = 13.73%

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

R = 14.85%
G = 13.73%
B = 71.43%

CMYK

 C value IS 0.79

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3531FF (or 0x3531FF) is known color: Neon Blue. HEX triplet: 35, 31 and FF. RGB value is (53,49,255). Sum of RGB (Red+Green+Blue) = 53+49+255=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #3531FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3531FF is #CACE00. Grayscale: #484848. Windows color (decimal): -13291009 or 16724277. OLE color: 16724277.

HSL color Cylindrical-coordinate representation of color #3531FF: hue angle of 241.17º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3531FF is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 53 49 255 -
CMYK 0.79 0.81 0 0
HSL 241.17º 1% 0.6% -
HSV(B) 241.17º 0.81% 1% -
XYZ 20.62 10.17 95.48 -
YUV 73.68 230.33 113.25 -
System Red Green Blue C M Y K H S L
Decimal 53 49 255 0.79 0.81 0 0 241.17 1 0.6
Hex 35 31 FF 4F 51 0 0 F1 64 3C
Octal 65 61 377 117 121 0 0 361 144 74
Binary 110101 110001 11111111 1001111 1010001 0 0 11110001 1100100 111100

Color Harmonies of #3531FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3531FF

Black with #3531FF

Text Example


Text Example

White with #3531FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3531FF; }

 p { color: rgb(53,49,255); }

 H1.HeaderClassName
 {
   color: #3531FF;
 }
 .AnyTagClassName
 {
   color: #3531FF;
 }
</style>

background-color css

<style>
 a { background-color: #3531FF; }

 a { background-color: rgb(53,49,255); }

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

border-color css

<style>
 span { border-color: #3531FF; }

 span { border-color: rgb(53,49,255); }

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