#434BFF

Color #434BFF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #434BFF

Tints of Neon Blue #434BFF

Color information

#434BFF (or 0x434BFF) is unknown color: approx Neon Blue. HEX triplet: 43, 4B and FF. RGB value is (67,75,255). Sum of RGB (Red+Green+Blue) = 67+75+255=397 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.88% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #434BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #434BFF is #BCB400. Grayscale: #5C5C5C. Windows color (decimal): -12366849 or 16730947. OLE color: 16730947.

HSL color Cylindrical-coordinate representation of color #434BFF: hue angle of 237.45º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #434BFF is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6775255-
CMYK0.740.7100
HSL237.45º100%63.14%-
HSV(B)237.45º73.73%100%-
XYZ22.8813.4596-
YUV93.13219.35109.36-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.88%
GREEN value IS 75 (29.69% from 255) = 18.89%
BLUE value IS 255 (100% from 255) = 64.23%
R=16.88%
G=18.89%
B=64.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal67752550.740.7100237.4510063.14
Hex434BFF4A4700ed643f
Octal1031133771121070035514477
Binary10000111001011111111111001010100011100111011011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434BFF; }

 p { color: rgb(67,75,255); }

 H1.HeaderClassName
 {
   color: #434BFF;
 }
 .AnyTagClassName
 {
   color: #434BFF;
 }
</style>
background-color css

<style>
 a { background-color: #434BFF; }

 a { background-color: rgb(67,75,255); }

 div.DivClassName
 {
   background-color: #434BFF;
 }
 .BgClassName
 {
   background-color: #434BFF;
 }
</style>
border-color css

<style>
 span { border-color: #434BFF; }

 span { border-color: rgb(67,75,255); }

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