Html Css Color HEX #434EFD Neon Blue

📋 copy color: '#434EFD'

red 67 ◦ green 78 ◦ blue 253

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

Shades of Neon Blue #434EFD

Tints of Neon Blue #434EFD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.6%

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

R = 16.83%
G = 19.6%
B = 63.57%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#434EFD (or 0x434EFD) is known color: Neon Blue. HEX triplet: 43, 4E and FD. RGB value is (67,78,253). Sum of RGB (Red+Green+Blue) = 67+78+253=398 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.83% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #434EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #434EFD is #BCB102. Grayscale: #5D5D5D. Windows color (decimal): -12366083 or 16600643. OLE color: 16600643.

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

Color convert

RGB 67 78 253 -
CMYK 0.74 0.69 0 0.01
HSL 236.45º 0.98% 0.63% -
HSV(B) 236.45º 0.74% 0.99% -
XYZ 22.77 13.73 94.38 -
YUV 94.66 217.36 108.27 -
System Red Green Blue C M Y K H S L
Decimal 67 78 253 0.74 0.69 0 0.01 236.45 0.98 0.63
Hex 43 4E FD 4A 45 0 1 EC 62 3F
Octal 103 116 375 112 105 0 1 354 142 77
Binary 1000011 1001110 11111101 1001010 1000101 0 1 11101100 1100010 111111

Color Harmonies of #434EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434EFD

Black with #434EFD

Text Example


Text Example

White with #434EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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