Html Css Color HEX #353FFC Neon Blue

📋 copy color: '#353FFC'

red 53 ◦ green 63 ◦ blue 252

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

Shades of Neon Blue #353FFC

Tints of Neon Blue #353FFC

RGB

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

 GREEN value IS 63 (25% from 255) = 17.12%

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

R = 14.4%
G = 17.12%
B = 68.48%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#353FFC (or 0x353FFC) is known color: Neon Blue. HEX triplet: 35, 3F and FC. RGB value is (53,63,252). Sum of RGB (Red+Green+Blue) = 53+63+252=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #353FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353FFC is #CAC003. Grayscale: #505050. Windows color (decimal): -13287428 or 16531253. OLE color: 16531253.

HSL color Cylindrical-coordinate representation of color #353FFC: hue angle of 236.98º 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 #353FFC is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 53 63 252 -
CMYK 0.79 0.75 0 0.01
HSL 236.98º 0.97% 0.6% -
HSV(B) 236.98º 0.79% 0.99% -
XYZ 20.82 11.34 93.19 -
YUV 81.56 224.19 107.63 -
System Red Green Blue C M Y K H S L
Decimal 53 63 252 0.79 0.75 0 0.01 236.98 0.97 0.6
Hex 35 3F FC 4F 4B 0 1 ED 61 3C
Octal 65 77 374 117 113 0 1 355 141 74
Binary 110101 111111 11111100 1001111 1001011 0 1 11101101 1100001 111100

Color Harmonies of #353FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353FFC

Black with #353FFC

Text Example


Text Example

White with #353FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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