#434AFF

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

Shades of Neon Blue #434AFF

Tints of Neon Blue #434AFF

Color information

#434AFF (or 0x434AFF) is unknown color: approx Neon Blue. HEX triplet: 43, 4A and FF. RGB value is (67,74,255). Sum of RGB (Red+Green+Blue) = 67+74+255=396 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.92% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #434AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #434AFF is #BCB500. Grayscale: #5B5B5B. Windows color (decimal): -12367105 or 16730691. OLE color: 16730691.

HSL color Cylindrical-coordinate representation of color #434AFF: hue angle of 237.77º 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 #434AFF is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6774255-
CMYK0.740.7100
HSL237.77º100%63.14%-
HSV(B)237.77º73.73%100%-
XYZ22.8113.3195.97-
YUV92.54219.68109.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.92%
GREEN value IS 74 (29.30% from 255) = 18.69%
BLUE value IS 255 (100% from 255) = 64.39%
R=16.92%
G=18.69%
B=64.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal67742550.740.7100237.7710063.14
Hex434AFF4A4700ee643f
Octal1031123771121070035614477
Binary10000111001010111111111001010100011100111011101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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