Html Css Color HEX #353DFC Neon Blue

📋 copy color: '#353DFC'

red 53 ◦ green 61 ◦ blue 252

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

Shades of Neon Blue #353DFC

Tints of Neon Blue #353DFC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.67%

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

R = 14.48%
G = 16.67%
B = 68.85%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#353DFC (or 0x353DFC) is known color: Neon Blue. HEX triplet: 35, 3D and FC. RGB value is (53,61,252). Sum of RGB (Red+Green+Blue) = 53+61+252=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #353DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353DFC is #CAC203. Grayscale: #4F4F4F. Windows color (decimal): -13287940 or 16530741. OLE color: 16530741.

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

Color convert

RGB 53 61 252 -
CMYK 0.79 0.76 0 0.01
HSL 237.59º 0.97% 0.6% -
HSV(B) 237.59º 0.79% 0.99% -
XYZ 20.71 11.12 93.15 -
YUV 80.38 224.85 108.47 -
System Red Green Blue C M Y K H S L
Decimal 53 61 252 0.79 0.76 0 0.01 237.59 0.97 0.6
Hex 35 3D FC 4F 4C 0 1 EE 61 3C
Octal 65 75 374 117 114 0 1 356 141 74
Binary 110101 111101 11111100 1001111 1001100 0 1 11101110 1100001 111100

Color Harmonies of #353DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353DFC

Black with #353DFC

Text Example


Text Example

White with #353DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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