Html Css Color HEX #353AFC Neon Blue

📋 copy color: '#353AFC'

red 53 ◦ green 58 ◦ blue 252

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

Shades of Neon Blue #353AFC

Tints of Neon Blue #353AFC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.98%

 BLUE value IS 252 (98.83% from 255) = 69.42%

R = 14.6%
G = 15.98%
B = 69.42%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#353AFC (or 0x353AFC) is known color: Neon Blue. HEX triplet: 35, 3A and FC. RGB value is (53,58,252). Sum of RGB (Red+Green+Blue) = 53+58+252=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #353AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353AFC is #CAC503. Grayscale: #4D4D4D. Windows color (decimal): -13288708 or 16529973. OLE color: 16529973.

HSL color Cylindrical-coordinate representation of color #353AFC: hue angle of 238.49º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #353AFC is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 53 58 252 -
CMYK 0.79 0.77 0 0.01
HSL 238.49º 0.97% 0.6% -
HSV(B) 238.49º 0.79% 0.99% -
XYZ 20.55 10.81 93.1 -
YUV 78.62 225.84 109.73 -
System Red Green Blue C M Y K H S L
Decimal 53 58 252 0.79 0.77 0 0.01 238.49 0.97 0.6
Hex 35 3A FC 4F 4D 0 1 EE 61 3C
Octal 65 72 374 117 115 0 1 356 141 74
Binary 110101 111010 11111100 1001111 1001101 0 1 11101110 1100001 111100

Color Harmonies of #353AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353AFC

Black with #353AFC

Text Example


Text Example

White with #353AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353AFC; }

 p { color: rgb(53,58,252); }

 H1.HeaderClassName
 {
   color: #353AFC;
 }
 .AnyTagClassName
 {
   color: #353AFC;
 }
</style>

background-color css

<style>
 a { background-color: #353AFC; }

 a { background-color: rgb(53,58,252); }

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

border-color css

<style>
 span { border-color: #353AFC; }

 span { border-color: rgb(53,58,252); }

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