Html Css Color HEX #353FFD Neon Blue

📋 copy color: '#353FFD'

red 53 ◦ green 63 ◦ blue 253

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

Shades of Neon Blue #353FFD

Tints of Neon Blue #353FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.56%

R = 14.36%
G = 17.07%
B = 68.56%

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

#353FFD (or 0x353FFD) is known color: Neon Blue. HEX triplet: 35, 3F and FD. RGB value is (53,63,253). Sum of RGB (Red+Green+Blue) = 53+63+253=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #353FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353FFD is #CAC002. Grayscale: #505050. Windows color (decimal): -13287427 or 16596789. OLE color: 16596789.

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

Color convert

RGB 53 63 253 -
CMYK 0.79 0.75 0 0.01
HSL 237º 0.98% 0.6% -
HSV(B) 237º 0.79% 0.99% -
XYZ 20.98 11.4 94.02 -
YUV 81.67 224.69 107.55 -
System Red Green Blue C M Y K H S L
Decimal 53 63 253 0.79 0.75 0 0.01 237 0.98 0.6
Hex 35 3F FD 4F 4B 0 1 ED 62 3C
Octal 65 77 375 117 113 0 1 355 142 74
Binary 110101 111111 11111101 1001111 1001011 0 1 11101101 1100010 111100

Color Harmonies of #353FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353FFD

Black with #353FFD

Text Example


Text Example

White with #353FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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