Html Css Color HEX #365AFE Neon Blue

📋 copy color: '#365AFE'

red 54 ◦ green 90 ◦ blue 254

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

Shades of Neon Blue #365AFE

Tints of Neon Blue #365AFE

RGB

 RED value IS 54 (21.48% from 255) = 13.57%

 GREEN value IS 90 (35.55% from 255) = 22.61%

 BLUE value IS 254 (99.61% from 255) = 63.82%

R = 13.57%
G = 22.61%
B = 63.82%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#365AFE (or 0x365AFE) is known color: Neon Blue. HEX triplet: 36, 5A and FE. RGB value is (54,90,254). Sum of RGB (Red+Green+Blue) = 54+90+254=398 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.57% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #365AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #365AFE is #C9A501. Grayscale: #616161. Windows color (decimal): -13214978 or 16669238. OLE color: 16669238.

HSL color Cylindrical-coordinate representation of color #365AFE: hue angle of 229.2º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #365AFE is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 54 90 254 -
CMYK 0.79 0.65 0 0.00
HSL 229.2º 0.99% 0.6% -
HSV(B) 229.2º 0.79% 1% -
XYZ 23.07 15.25 95.49 -
YUV 97.93 216.07 96.66 -
System Red Green Blue C M Y K H S L
Decimal 54 90 254 0.79 0.65 0 0.00 229.2 0.99 0.6
Hex 36 5A FE 4F 41 0 0 E5 63 3C
Octal 66 132 376 117 101 0 0 345 143 74
Binary 110110 1011010 11111110 1001111 1000001 0 0 11100101 1100011 111100

Color Harmonies of #365AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365AFE

Black with #365AFE

Text Example


Text Example

White with #365AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365AFE; }

 p { color: rgb(54,90,254); }

 H1.HeaderClassName
 {
   color: #365AFE;
 }
 .AnyTagClassName
 {
   color: #365AFE;
 }
</style>

background-color css

<style>
 a { background-color: #365AFE; }

 a { background-color: rgb(54,90,254); }

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

border-color css

<style>
 span { border-color: #365AFE; }

 span { border-color: rgb(54,90,254); }

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