Html Css Color HEX #353BFD Neon Blue

📋 copy color: '#353BFD'

red 53 ◦ green 59 ◦ blue 253

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

Shades of Neon Blue #353BFD

Tints of Neon Blue #353BFD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.16%

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

R = 14.52%
G = 16.16%
B = 69.32%

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

#353BFD (or 0x353BFD) is known color: Neon Blue. HEX triplet: 35, 3B and FD. RGB value is (53,59,253). Sum of RGB (Red+Green+Blue) = 53+59+253=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #353BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353BFD is #CAC402. Grayscale: #4E4E4E. Windows color (decimal): -13288451 or 16595765. OLE color: 16595765.

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

Color convert

RGB 53 59 253 -
CMYK 0.79 0.77 0 0.01
HSL 238.2º 0.98% 0.6% -
HSV(B) 238.2º 0.79% 0.99% -
XYZ 20.76 10.98 93.95 -
YUV 79.32 226.01 109.23 -
System Red Green Blue C M Y K H S L
Decimal 53 59 253 0.79 0.77 0 0.01 238.2 0.98 0.6
Hex 35 3B FD 4F 4D 0 1 EE 62 3C
Octal 65 73 375 117 115 0 1 356 142 74
Binary 110101 111011 11111101 1001111 1001101 0 1 11101110 1100010 111100

Color Harmonies of #353BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353BFD

Black with #353BFD

Text Example


Text Example

White with #353BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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