Html Css Color HEX #354CFB Neon Blue

📋 copy color: '#354CFB'

red 53 ◦ green 76 ◦ blue 251

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

Shades of Neon Blue #354CFB

Tints of Neon Blue #354CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20%

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

R = 13.95%
G = 20%
B = 66.05%

CMYK

 C value IS 0.79

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#354CFB (or 0x354CFB) is known color: Neon Blue. HEX triplet: 35, 4C and FB. RGB value is (53,76,251). Sum of RGB (Red+Green+Blue) = 53+76+251=380 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.95% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #354CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #354CFB is #CAB304. Grayscale: #585858. Windows color (decimal): -13284101 or 16469045. OLE color: 16469045.

HSL color Cylindrical-coordinate representation of color #354CFB: hue angle of 233.03º 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 #354CFB is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 76 251 -
CMYK 0.79 0.70 0 0.02
HSL 233.03º 0.96% 0.6% -
HSV(B) 233.03º 0.79% 0.98% -
XYZ 21.47 12.89 92.62 -
YUV 89.07 219.38 102.27 -
System Red Green Blue C M Y K H S L
Decimal 53 76 251 0.79 0.70 0 0.02 233.03 0.96 0.6
Hex 35 4C FB 4F 46 0 2 E9 60 3C
Octal 65 114 373 117 106 0 2 351 140 74
Binary 110101 1001100 11111011 1001111 1000110 0 10 11101001 1100000 111100

Color Harmonies of #354CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354CFB

Black with #354CFB

Text Example


Text Example

White with #354CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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