Html Css Color HEX #354BFB Neon Blue

📋 copy color: '#354BFB'

red 53 ◦ green 75 ◦ blue 251

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

Shades of Neon Blue #354BFB

Tints of Neon Blue #354BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.79%

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

R = 13.98%
G = 19.79%
B = 66.23%

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

#354BFB (or 0x354BFB) is known color: Neon Blue. HEX triplet: 35, 4B and FB. RGB value is (53,75,251). Sum of RGB (Red+Green+Blue) = 53+75+251=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #354BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #354BFB is #CAB404. Grayscale: #575757. Windows color (decimal): -13284357 or 16468789. OLE color: 16468789.

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

Color convert

RGB 53 75 251 -
CMYK 0.79 0.70 0 0.02
HSL 233.33º 0.96% 0.6% -
HSV(B) 233.33º 0.79% 0.98% -
XYZ 21.4 12.75 92.6 -
YUV 88.49 219.71 102.69 -
System Red Green Blue C M Y K H S L
Decimal 53 75 251 0.79 0.70 0 0.02 233.33 0.96 0.6
Hex 35 4B FB 4F 46 0 2 E9 60 3C
Octal 65 113 373 117 106 0 2 351 140 74
Binary 110101 1001011 11111011 1001111 1000110 0 10 11101001 1100000 111100

Color Harmonies of #354BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354BFB

Black with #354BFB

Text Example


Text Example

White with #354BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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