Html Css Color HEX #353DFB Neon Blue

📋 copy color: '#353DFB'

red 53 ◦ green 61 ◦ blue 251

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

Shades of Neon Blue #353DFB

Tints of Neon Blue #353DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 68.77%

R = 14.52%
G = 16.71%
B = 68.77%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#353DFB (or 0x353DFB) is known color: Neon Blue. HEX triplet: 35, 3D and FB. RGB value is (53,61,251). Sum of RGB (Red+Green+Blue) = 53+61+251=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #353DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353DFB is #CAC204. Grayscale: #4F4F4F. Windows color (decimal): -13287941 or 16465205. OLE color: 16465205.

HSL color Cylindrical-coordinate representation of color #353DFB: hue angle of 237.58º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #353DFB is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 61 251 -
CMYK 0.79 0.76 0 0.02
HSL 237.58º 0.96% 0.6% -
HSV(B) 237.58º 0.79% 0.98% -
XYZ 20.55 11.06 92.32 -
YUV 80.27 224.35 108.55 -
System Red Green Blue C M Y K H S L
Decimal 53 61 251 0.79 0.76 0 0.02 237.58 0.96 0.6
Hex 35 3D FB 4F 4C 0 2 EE 60 3C
Octal 65 75 373 117 114 0 2 356 140 74
Binary 110101 111101 11111011 1001111 1001100 0 10 11101110 1100000 111100

Color Harmonies of #353DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353DFB

Black with #353DFB

Text Example


Text Example

White with #353DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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