Html Css Color HEX #434CFD Neon Blue

📋 copy color: '#434CFD'

red 67 ◦ green 76 ◦ blue 253

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

Shades of Neon Blue #434CFD

Tints of Neon Blue #434CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.89%

R = 16.92%
G = 19.19%
B = 63.89%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#434CFD (or 0x434CFD) is known color: Neon Blue. HEX triplet: 43, 4C and FD. RGB value is (67,76,253). Sum of RGB (Red+Green+Blue) = 67+76+253=396 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.92% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #434CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #434CFD is #BCB302. Grayscale: #5C5C5C. Windows color (decimal): -12366595 or 16600131. OLE color: 16600131.

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

Color convert

RGB 67 76 253 -
CMYK 0.74 0.70 0 0.01
HSL 237.1º 0.98% 0.63% -
HSV(B) 237.1º 0.74% 0.99% -
XYZ 22.63 13.45 94.33 -
YUV 93.49 218.02 109.11 -
System Red Green Blue C M Y K H S L
Decimal 67 76 253 0.74 0.70 0 0.01 237.1 0.98 0.63
Hex 43 4C FD 4A 46 0 1 ED 62 3F
Octal 103 114 375 112 106 0 1 355 142 77
Binary 1000011 1001100 11111101 1001010 1000110 0 1 11101101 1100010 111111

Color Harmonies of #434CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434CFD

Black with #434CFD

Text Example


Text Example

White with #434CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,76,253); }

 H1.HeaderClassName
 {
   color: #434CFD;
 }
 .AnyTagClassName
 {
   color: #434CFD;
 }
</style>

background-color css

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

 a { background-color: rgb(67,76,253); }

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

border-color css

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

 span { border-color: rgb(67,76,253); }

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