Html Css Color HEX #4355FB Neon Blue

📋 copy color: '#4355FB'

red 67 ◦ green 85 ◦ blue 251

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

Shades of Neon Blue #4355FB

Tints of Neon Blue #4355FB

RGB

 RED value IS 67 (26.56% from 255) = 16.63%

 GREEN value IS 85 (33.59% from 255) = 21.09%

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

R = 16.63%
G = 21.09%
B = 62.28%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4355FB (or 0x4355FB) is known color: Neon Blue. HEX triplet: 43, 55 and FB. RGB value is (67,85,251). Sum of RGB (Red+Green+Blue) = 67+85+251=403 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.63% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #4355FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4355FB is #BCAA04. Grayscale: #616161. Windows color (decimal): -12364293 or 16471363. OLE color: 16471363.

HSL color Cylindrical-coordinate representation of color #4355FB: hue angle of 234.13º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4355FB is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 67 85 251 -
CMYK 0.73 0.66 0 0.02
HSL 234.13º 0.96% 0.62% -
HSV(B) 234.13º 0.73% 0.98% -
XYZ 22.98 14.66 92.88 -
YUV 98.54 214.04 105.5 -
System Red Green Blue C M Y K H S L
Decimal 67 85 251 0.73 0.66 0 0.02 234.13 0.96 0.62
Hex 43 55 FB 49 42 0 2 EA 60 3E
Octal 103 125 373 111 102 0 2 352 140 76
Binary 1000011 1010101 11111011 1001001 1000010 0 10 11101010 1100000 111110

Color Harmonies of #4355FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4355FB

Black with #4355FB

Text Example


Text Example

White with #4355FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4355FB; }

 p { color: rgb(67,85,251); }

 H1.HeaderClassName
 {
   color: #4355FB;
 }
 .AnyTagClassName
 {
   color: #4355FB;
 }
</style>

background-color css

<style>
 a { background-color: #4355FB; }

 a { background-color: rgb(67,85,251); }

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

border-color css

<style>
 span { border-color: #4355FB; }

 span { border-color: rgb(67,85,251); }

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