Html Css Color HEX #5465FA Neon Blue

📋 copy color: '#5465FA'

red 84 ◦ green 101 ◦ blue 250

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

Shades of Neon Blue #5465FA

Tints of Neon Blue #5465FA

RGB

 RED value IS 84 (33.2% from 255) = 19.31%

 GREEN value IS 101 (39.84% from 255) = 23.22%

 BLUE value IS 250 (98.05% from 255) = 57.47%

R = 19.31%
G = 23.22%
B = 57.47%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5465FA (or 0x5465FA) is known color: Neon Blue. HEX triplet: 54, 65 and FA. RGB value is (84,101,250). Sum of RGB (Red+Green+Blue) = 84+101+250=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #5465FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5465FA is #AB9A05. Grayscale: #707070. Windows color (decimal): -11246086 or 16409940. OLE color: 16409940.

HSL color Cylindrical-coordinate representation of color #5465FA: hue angle of 233.86º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5465FA is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 101 250 -
CMYK 0.66 0.60 0 0.02
HSL 233.86º 0.94% 0.65% -
HSV(B) 233.86º 0.66% 0.98% -
XYZ 25.57 18.09 92.59 -
YUV 112.9 205.37 107.38 -
System Red Green Blue C M Y K H S L
Decimal 84 101 250 0.66 0.60 0 0.02 233.86 0.94 0.65
Hex 54 65 FA 42 3C 0 2 EA 5E 41
Octal 124 145 372 102 74 0 2 352 136 101
Binary 1010100 1100101 11111010 1000010 111100 0 10 11101010 1011110 1000001

Color Harmonies of #5465FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5465FA

Black with #5465FA

Text Example


Text Example

White with #5465FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5465FA; }

 p { color: rgb(84,101,250); }

 H1.HeaderClassName
 {
   color: #5465FA;
 }
 .AnyTagClassName
 {
   color: #5465FA;
 }
</style>

background-color css

<style>
 a { background-color: #5465FA; }

 a { background-color: rgb(84,101,250); }

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

border-color css

<style>
 span { border-color: #5465FA; }

 span { border-color: rgb(84,101,250); }

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