Html Css Color HEX #354FFD Neon Blue

📋 copy color: '#354FFD'

red 53 ◦ green 79 ◦ blue 253

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

Shades of Neon Blue #354FFD

Tints of Neon Blue #354FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.52%

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

R = 13.77%
G = 20.52%
B = 65.71%

CMYK

 C value IS 0.79

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#354FFD (or 0x354FFD) is known color: Neon Blue. HEX triplet: 35, 4F and FD. RGB value is (53,79,253). Sum of RGB (Red+Green+Blue) = 53+79+253=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #354FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #354FFD is #CAB002. Grayscale: #5A5A5A. Windows color (decimal): -13283331 or 16600885. OLE color: 16600885.

HSL color Cylindrical-coordinate representation of color #354FFD: hue angle of 232.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 #354FFD is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 53 79 253 -
CMYK 0.79 0.69 0 0.01
HSL 232.2º 0.98% 0.6% -
HSV(B) 232.2º 0.79% 0.99% -
XYZ 21.99 13.44 94.36 -
YUV 91.06 219.39 100.85 -
System Red Green Blue C M Y K H S L
Decimal 53 79 253 0.79 0.69 0 0.01 232.2 0.98 0.6
Hex 35 4F FD 4F 45 0 1 E8 62 3C
Octal 65 117 375 117 105 0 1 350 142 74
Binary 110101 1001111 11111101 1001111 1000101 0 1 11101000 1100010 111100

Color Harmonies of #354FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354FFD

Black with #354FFD

Text Example


Text Example

White with #354FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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