Html Css Color HEX #353EFC Neon Blue

📋 copy color: '#353EFC'

red 53 ◦ green 62 ◦ blue 252

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

Shades of Neon Blue #353EFC

Tints of Neon Blue #353EFC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.89%

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

R = 14.44%
G = 16.89%
B = 68.66%

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

#353EFC (or 0x353EFC) is known color: Neon Blue. HEX triplet: 35, 3E and FC. RGB value is (53,62,252). Sum of RGB (Red+Green+Blue) = 53+62+252=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #353EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #353EFC is #CAC103. Grayscale: #505050. Windows color (decimal): -13287684 or 16530997. OLE color: 16530997.

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

Color convert

RGB 53 62 252 -
CMYK 0.79 0.75 0 0.01
HSL 237.29º 0.97% 0.6% -
HSV(B) 237.29º 0.79% 0.99% -
XYZ 20.76 11.23 93.17 -
YUV 80.97 224.52 108.05 -
System Red Green Blue C M Y K H S L
Decimal 53 62 252 0.79 0.75 0 0.01 237.29 0.97 0.6
Hex 35 3E FC 4F 4B 0 1 ED 61 3C
Octal 65 76 374 117 113 0 1 355 141 74
Binary 110101 111110 11111100 1001111 1001011 0 1 11101101 1100001 111100

Color Harmonies of #353EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353EFC

Black with #353EFC

Text Example


Text Example

White with #353EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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